home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / envoy / talk_svc120a.lha / talk.doc < prev    next >
Encoding:
Text File  |  1994-04-26  |  2.4 KB  |  100 lines

  1.  
  2.                    Talk for Envoy * Version 1.2a - 4/17/94
  3.                ----------------------------------------------
  4.                          Written by Jeffrey A. Litz                   
  5.                        Copyright ©1994 JL Productions
  6.                 
  7.             litz@cs.uwp.edu  -or-  Jeff_Litz@EDTNG.Kenosha.WI.US
  8.                
  9.  
  10.  
  11. INTRODUCTION
  12. ------------
  13. Talk lets you chat with another person on your network.  It brings up
  14. a requester on that machine stating you wish to chat with them.  If
  15. no response is received, it will timeout - to prevent the connection
  16. from hanging forever.
  17.  
  18. This is probably the SIMPLIEST practical two-way communcation example
  19. of an Envoy service.
  20.  
  21. CLI version only.  No workbench frontend exists at this time.
  22.  
  23. All files related to this service are free to use and free to distribute.
  24. You are free to modified them as well, as long as proper credit is given.
  25.  
  26.  
  27.  
  28. SETUP
  29. -----
  30. Any machine you wish to initiate a talk with must have talk.service
  31. installed (and active) on it using Services Configuration.
  32.  
  33. You must have talk.service installed (and active) on your machine if any
  34. other machine wishes to initiate a talk to you.
  35.  
  36. (Plus, a reboot to "activate" the service.)
  37.  
  38.  
  39.  
  40. OPTIONS - COMMAND LINE
  41. ----------------------
  42. TALK <machine name>
  43.  
  44.  
  45.  
  46. UPDATES
  47. -------
  48. o Fancy font sensitive requester will be added shortly.
  49.  
  50. o Put doc's in Amiga Guide format
  51.  
  52.  
  53.  
  54. OTHER SERVICES
  55. --------------
  56. CONF - a conference service is also currently available.
  57.  
  58. A message (mail) service is in the works and shall be finished shortly.
  59.  
  60.  
  61.  
  62. CREDITS
  63. -------
  64. I'd like to thank all the people who worked on Envoy.  Especially Ken Dyke
  65. for putting up with all my questions and bug reports as well as a sample
  66. service to follow.
  67.  
  68.  
  69.  
  70. HISTORY
  71. -------
  72.  
  73. ??/??/?? v1.00 written to help debug envoy in it's very early stages
  74.  
  75.    ^
  76.    |
  77.    v
  78.  
  79. 6/30/92  Original Release v1.10
  80.  
  81.    ^
  82.    |     Code sat around collecting dust waiting to find a use.
  83.    v
  84.  
  85. 4/15/94  Updated StartService() in TK.C to work correctly with the latest
  86.          Envoy release.
  87.  
  88. 4/16/94  Overall general code clean up.
  89.  
  90.          Added an icon for talk.service.
  91.  
  92. 4/17/94  Added some comments to the source.
  93.  
  94.          General code clean up and fixes - added trans_Timeout's that
  95.          were missing from some DoTransaction()'s.
  96.          
  97.          VERY VERY QUICK fix for requester problem with VERY LONG
  98.          machine names.  A fancy font sensitive requester will be available
  99.          soon.
  100.